home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / X11R4 / cmds / X / ddx / dec / mfbpmax / Imakefile < prev    next >
Encoding:
Makefile  |  1989-10-20  |  423 b   |  18 lines

  1. #include <Server.tmpl>
  2.  
  3. SRCS = init.c mfbpmax_io.c
  4. OBJS = init.o mfbpmax_io.o
  5. INCLUDES = -I.  -I../../mfb -I../../mi -I../../../include -I$(INCLUDESRC)
  6. LINTLIBS = ../../../dix/llib-ldix.ln ../../../os/4.2bsd/llib-los.ln \
  7.        ../../mfb/llib-lmfb.ln ../../mi/llib-lmi.ln ../lk201/llib-llk201.ln
  8.  
  9. all: $(OBJS)
  10.  
  11. NormalLibraryObjectRule()
  12. NormalLintTarget($(SRCS))
  13.  
  14. lintlib:
  15.  
  16. DependTarget()
  17. /* InstallManPage(Xsm,$(MANDIR)) */
  18.